home *** CD-ROM | disk | FTP | other *** search
- This is the CommonTeX V2.9 dist, with mods for the atarist.
-
- - To make the atari version
- cd src
- cp tex.h.st tex.h
- adjust (if you want to) in file.h
- TEXFONTS
- TEXINPUTS
- TEXFORMATS
-
- - to make initex/statex (initex with statistics)
- cd src/INIT
- edit Makefile to set CROSSDIR (home of
- your Gnu Cross compiler stuff), adjust
- CFLAGS and hit make.
- - to make virtex
- cd src/VIR
- edit Makefile to set CROSSDIR (home of
- your Gnu Cross compiler stuff), adjust
- CFLAGS and hit make.
- - To make the unix version
- cd src
- cp tex.h.unix tex.h
- adjust (if you want to) in file.h
- TEXFONTS
- TEXINPUTS
- TEXFORMATS
- - to make initex/statex
- choose the size you want (see tex.h)
- cd to either src/INIT or src/BIG/INIT or src/BIGG/INIT or
- src/BIGGG
- hit make
- - same goes for virtex
- - if you want to undump a preloaded tex/latex
- > virtex \&lplain
- * ^\ (hit the quit char [normally ctrl-\]) at the '*'
- prompt to make it dump core)
- > undump latex virtex core
- similarly for tex
- > virtex \&plain
- * ^\
- > undump tex virtex core
-
- Gulam users can put the following in gulam.g:
-
- (f:\ is the path i use, you may specify any path. It is only necessary
- to set the following if your default settings in file.h are not
- satisfactory, the environment settings override the default settings
- at runtime. Note that the paths are ';' seperated so they have to
- be specified within quotes [''] otherwise gulam will consider the ';' as
- a command seperator).
- setenv TEXFORMATS '.;f:\macros'
- setenv TEXINPUTS '.;f:\macros'
- setenv TEXFONTS '.;f:\tfm'
-
- you may find the following aliases useful.
- alias latex 'f:\bin\virtex.ttp &lplain'
- alias tex 'f:\bin\virtex.ttp &plain'
- alias dv 'set cdir $cwd; pushd f:\bin; gem dvi.prg $cdir$1.dvi; popd'
-
- enjoy,
- --
- usenet: {decvax,sun}!cwjcc!bammi jwahar r. bammi
- csnet: bammi@dsrgsun.ces.CWRU.edu
- arpa: bammi@dsrgsun.ces.CWRU.edu
- compuServe: 71515,155
-